GetUsersPaged Method

Syntax

Context.Security.GetUsersPaged as C (PageIndex as N, PageSize as N)

Arguments

PageIndexNumeric

The one-based index of the page of users to return.

PageSizeNumeric

The maximum number of users to return at a time. The last page in the set of pages may have fewer users.

Returns

resultCharacter

Returns a crlf delimited string of all the users in the system.

Description

Gets a partial list of users one page at a time.

Discussion

Context.Security.GetUsersPaged() gets a list of all the users one page at a time. Check Context.Security.CallResult.Success before using the return value.